home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / mklfs / local.mk < prev    next >
Encoding:
Makefile  |  1991-12-18  |  522 b   |  17 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provdied by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff. Mklfs uses
  6. # this file to invoke the C compiler gcc with the -Wall option. The -Wall
  7. # option tells gcc to do lint-like checking while compiling. 
  8. #
  9.  
  10. LIBS +=    -ldisk
  11. #include    <$(SYSMAKEFILE)>
  12.  
  13. #if empty(TM:Mds3100)
  14. CFLAGS +=  -Wall 
  15. #endif
  16.  
  17.